home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2000 September / maximum-cd-2000-09.iso / Vampire the Masquerade / vampire_demo.exe / Codex.nob / CodexItem.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-06-22  |  475 b   |  18 lines

  1. public class CodexItem extends CodexThing {
  2.    public native int GetItemFlags();
  3.  
  4.    public native int ClearItemFlags(int var1);
  5.  
  6.    public native int GetPrevInventoryItem();
  7.  
  8.    public native int RemoveItemFromInventory();
  9.  
  10.    public native int GetNextInventoryItem();
  11.  
  12.    public CodexItem(int x) {
  13.       super(x);
  14.    }
  15.  
  16.    public native int SetItemFlags(int var1);
  17. }
  18.